home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 July / macformat52.iso / mac / Shareware Plus / Developers / YAAF v1.0 alpha 1 / (Samples) / Test Programs / TestPrinter / test.rc < prev    next >
Encoding:
Text File  |  1997-04-21  |  1.0 KB  |  49 lines

  1. /*    TestSingle.rc
  2.  *
  3.  *        Single window application test.
  4.  */
  5.  
  6.  
  7. /************************************************************************/
  8. /*                                                                        */
  9. /*    Menu Resources                                                        */
  10. /*                                                                        */
  11. /************************************************************************/
  12.  
  13. 128 MENU
  14.     BEGIN
  15.         POPUP "&File"
  16.             BEGIN
  17.                 MENUITEM "&Close",        2
  18.                 MENUITEM SEPARATOR
  19.                 MENUITEM "&Printer Setup...", 102
  20.                 MENUITEM "&Print...", 103
  21.                 MENUITEM SEPARATOR
  22.                 MENUITEM "&Quit",        3
  23.             END
  24.         POPUP "&Edit"
  25.             BEGIN
  26.                 MENUITEM "&Undo",        4
  27.                 MENUITEM SEPARATOR
  28.                 MENUITEM "Cu&t",        5
  29.                 MENUITEM "&Copy",        6
  30.                 MENUITEM "&Paste",        7
  31.                 MENUITEM "De&lete",        8
  32.             END
  33.         POPUP "&Help"
  34.             BEGIN
  35.                 MENUITEM "&About TestSingle...",    1
  36.             END
  37.     END
  38.  
  39.  
  40. /************************************************************************/
  41. /*                                                                        */
  42. /*    View structure                                                        */
  43. /*                                                                        */
  44. /************************************************************************/
  45.  
  46. 128 VRes test_win.vres
  47. 129 VRes test2_win.vres
  48. 130 VRes test3_win.vres
  49.